home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Programming / AmigaE / Src / Tools / EasyGUI / Plugins / ticker.e < prev    next >
Encoding:
Text File  |  1997-02-13  |  416 b   |  19 lines

  1. OPT MODULE
  2.  
  3. MODULE 'tools/EasyGUI',
  4.        'intuition/intuition'
  5.  
  6. EXPORT OBJECT ticker OF plugin
  7. ENDOBJECT
  8.  
  9. PROC min_size(ta,fh) OF ticker IS 0,0
  10.  
  11. PROC will_resize() OF ticker IS FALSE
  12.  
  13. PROC render(ta,x,y,xs,ys,w:PTR TO window) OF ticker IS EMPTY
  14.  
  15. PROC message_test(imsg:PTR TO intuimessage,win:PTR TO window) OF ticker
  16. ENDPROC imsg.class=IDCMP_INTUITICKS
  17.  
  18. PROC message_action(class,qual,code,win) OF ticker IS TRUE
  19.